home *** CD-ROM | disk | FTP | other *** search
-
-
-
- EEEExxxxttttUUUUttttiiiillllssss::::::::MMMMiiiinnnniiiippppeeeerrrrllll((((3333)))) EEEExxxxttttUUUUttttiiiillllssss::::::::MMMMiiiinnnniiiippppeeeerrrrllll((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- ExtUtils::Miniperl, writemain - write the C code for perlmain.c
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- use ExtUtils::Miniperl;
-
- writemain(@directories);
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This whole module is written when perl itself is built from a script
- called minimod.PL. In case you want to patch it, please patch minimod.PL
- in the perl distribution instead.
-
- _w_r_i_t_e_m_a_i_n() takes an argument list of directories containing archive
- libraries that relate to perl modules and should be linked into a new
- perl binary. It writes to STDOUT a corresponding perlmain.c file that is
- a plain C file containing all the bootstrap code to make the modules
- associated with the libraries available from within perl.
-
- The typical usage is from within a Makefile generated by
- ExtUtils::MakeMaker. So under normal circumstances you won't have to deal
- with this module directly.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- the _E_x_t_U_t_i_l_s::_M_a_k_e_M_a_k_e_r manpage
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-